Scheduler for WinForms
BaseObjectMappingCollection<T> クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : BaseObjectMappingCollection<T> クラス
The type of the objects for mapping. It should be derived from the BaseObject class and have the default parameter-less constructor.
Represents a generic collection of mappings for properties of the BaseObject derived objects to appropriate data fields.
オブジェクト モデル
BaseObjectMappingCollection<T> クラス
シンタックス
'宣言
 
Public Class BaseObjectMappingCollection(Of T As {New, BaseObject}) 
   Inherits MappingCollectionBase(Of T)
public class BaseObjectMappingCollection<T> : MappingCollectionBase<T> 
where T: new(), BaseObject
型パラメータ
T
The type of the objects for mapping. It should be derived from the BaseObject class and have the default parameter-less constructor.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.MappingCollectionBase<T>
            C1.Schedule.BaseObjectMappingCollection<T>

参照

BaseObjectMappingCollection<T> メンバ
C1.Schedule 名前空間